Project ID | 327E4179A4C1A78E85258AE4005335F8 |
Version | |
Class ID | 335022F0474DF09585258AE400811FB6 |
Class Type | Base |
Attributes |
ActionsIncludeMethodNames (Get) As Boolean |
AutoSave (Get) As Boolean |
CachedErrorCode (Get) As Integer |
CachedErrorExtended (Get) As String |
CachedErrorLine (Get) As Integer |
CachedErrorMessage (Get) As String |
CachedErrorMethod (Get) As String |
CachedErrorTimestamp (Get) As String |
Filepath (Get) As String |
hasActions (Get) As Boolean |
hasCachedError (Get) As Boolean |
hasEntries (Get) As Boolean |
hasErrors (Get) As Boolean |
LocalEcho (Get) As Boolean |
LogActions (Get) As Boolean |
LogErrors (Get) As Boolean |
LogMethodResults (Get) As Boolean |
LogOutputToNotesLog (Get) As Boolean |
LogStackExceptions (Get) As Boolean |
LogWarnings (Get) As Boolean |
NumActions (Get) As Long |
NumErrors (Get) As Long |
OverwriteFile (Get) As Boolean |
Parent (Get) As NotesSession |
ProgramName (Get) As String |
ResumeOnLoggingFailure (Get) As Boolean |
SendTo (Get) As Variant |
Server (Get) As String |
Subject (Get) As String |
TargetDatabase (Get) As NotesDatabase |
UserName (Get) As NotesName |
UserNameAbbrev (Get) As String |
ActionsIncludeMethodNames (Set) As Boolean |
AutoSave (Set) As Boolean |
LocalEcho (Set) As Boolean |
LogActions (Set) As Boolean |
LogErrors (Set) As Boolean |
LogMethodResults (Set) As Boolean |
LogOutputToNotesLog (Set) As Boolean |
LogStackExceptions (Set) As Boolean |
LogWarnings (Set) As Boolean |
OverwriteFile (Set) As Boolean |
ProgramName (Set) As String |
ResumeOnLoggingFailure (Set) As Boolean |
SendTo (Set) As Variant |
Subject (Set) As String |
UserName (Set) As NotesName |
UserNameAbbrev (Set) As String |
AppendAsDocLink(source As NotesDocument, fieldname As String, linkcomment As String, hotspottext As String) As Boolean |
OpenAgentLog() As Boolean |
OpenFileLog(path As String) As Boolean |
OpenMailLog(recipients As Variant, subject As String) As Boolean |
OpenNotesLog(server As String, dbfile As String) As Boolean |
Save(force As Boolean, createResponse As Boolean) As Boolean |
ClearCachedError() |
Close() |
Delete() |
LogAction(description As String) |
LogActionWithLink(description As String, linkTo As Variant, linkComment As String, HotSpotText As String) |
LogError(code As Integer, description As String) |
LogEvent(message As String, queuename As String, eventType As Integer, severity As Integer) |
LogException(code As Integer, errMsg As String, errline As Long, methodname As String, description As String) |
LogExceptionCarrier(ec As ExceptionCarrier) |
LogExceptionWithLink(code As Integer, errMsg As String, errline As Long, methodname As String, description As String, linkTo As Variant, linkcomment As String, HotSpotText As String) |
LogExtendedContent(description As String, extendedcontent As String) |
LogExtendedContentWithLink(description As String, extendedcontent As String, linkTo As Variant, linkComment As String, HotSpotText As String) |
LogMethodResult(description As String) |
LogMethodResultWithLink(description As String, linkTo As Variant, linkComment As String, HotSpotText As String) |
LogStackTrace() |
LogWarning(description As String) |
LogWarningWithLink(description As String, linkTo As Variant, linkComment As String, HotSpotText As String) |
New(programName As String) |
Public Property Get ActionsIncludeMethodNames As Boolean | ||||
---|---|---|---|---|
Flag indicating if logged actions should include method names. |
Public Property Get AutoSave As Boolean | ||||
---|---|---|---|---|
Flag indicating if log documents should be automatically saved every time they are updated |
Public Property Get CachedErrorCode As Integer | ||||
---|---|---|---|---|
The most recently cached error code. |
Public Property Get CachedErrorExtended As String | ||||
---|---|---|---|---|
Extended information about the most recently cached error |
Public Property Get CachedErrorLine As Integer | ||||
---|---|---|---|---|
Error Line from the most recently cached error |
Public Property Get CachedErrorMessage As String | ||||
---|---|---|---|---|
Error message from the most recently cached error |
Public Property Get CachedErrorMethod As String | ||||
---|---|---|---|---|
Method in which the most recently cached error was triggered. |
Public Property Get CachedErrorTimestamp As String | ||||
---|---|---|---|---|
Timestamp from the most recently cached error. |
Public Property Get hasActions As Boolean | ||||
---|---|---|---|---|
Flag indicates if Actions have been logged |
Public Property Get hasCachedError As Boolean | ||||
---|---|---|---|---|
Flag indicating if Cached errors exist. |
Public Property Get hasEntries As Boolean | ||||
---|---|---|---|---|
Flag indicating if Entries have been logged. |
Public Property Get hasErrors As Boolean | ||||
---|---|---|---|---|
Flag indicating if Errors have been logged. |
Public Property Get LocalEcho As Boolean | ||||
---|---|---|---|---|
Flag indicating if logged information should be echoed locally (appearing in the status bar of the client). |
Public Property Get LogActions As Boolean | ||||
---|---|---|---|---|
Flag indicating if Actions should be written to the log. |
Public Property Get LogErrors As Boolean | ||||
---|---|---|---|---|
Flag indicating if Errors or Exceptions should be written to the log. |
Public Property Get LogMethodResults As Boolean | ||||
---|---|---|---|---|
Flag indicating if Method Results should be written to the log |
Public Property Get LogOutputToNotesLog As Boolean | ||||
---|---|---|---|---|
Flag indicating if logged output should be written to a NotesLog |
Public Property Get LogWarnings As Boolean | ||||
---|---|---|---|---|
Flag indicating of Warnings should be logged |
Public Property Get OverwriteFile As Boolean | ||||
---|---|---|---|---|
Flag indicating if an existing File Log should be overwritten (when opening). |
Public Property Get ResumeOnLoggingFailure As Boolean | ||||
---|---|---|---|---|
Flag indicating if the object should attempt to resume logging if a failure occurs while logging. |
Public Property Get UserNameAbbrev As String | ||||
---|---|---|---|---|
Abbreviated User Name for the object. |
Public Property Set ActionsIncludeMethodNames As Boolean | ||||
---|---|---|---|---|
Flag indicating if logged actions should include method names. |
Public Property Set AutoSave As Boolean | ||||
---|---|---|---|---|
Flag indicating if log documents should be automatically saved every time they are updated |
Public Property Set LocalEcho As Boolean | ||||
---|---|---|---|---|
Flag indicating if logged information should be echoed locally (appearing in the status bar of the client). |
Public Property Set LogActions As Boolean | ||||
---|---|---|---|---|
Flag indicating if Actions should be written to the log. |
Public Property Set LogErrors As Boolean | ||||
---|---|---|---|---|
Flag indicating if Errors or Exceptions should be written to the log. |
Public Property Set LogMethodResults As Boolean | ||||
---|---|---|---|---|
Flag indicating if Method Results should be written to the log |
Public Property Set LogOutputToNotesLog As Boolean | ||||
---|---|---|---|---|
Flag indicating if logged output should be written to a NotesLog |
Public Property Set LogWarnings As Boolean | ||||
---|---|---|---|---|
Flag indicating of Warnings should be logged |
Public Property Set OverwriteFile As Boolean | ||||
---|---|---|---|---|
Flag indicating if an existing File Log should be overwritten (when opening). |
Public Property Set ResumeOnLoggingFailure As Boolean | ||||
---|---|---|---|---|
Flag indicating if the object should attempt to resume logging if a failure occurs while logging. |
Public Function OpenFileLog(path As String) As Boolean | ||||
---|---|---|---|---|
Opens a File Log | ||||
idx | Argument | Data Type | Attributes | Comments |
1 | path | String | Filepath of the File Log |
Public Sub LogAction(description As String) | ||||
---|---|---|---|---|
Writes an Action to the log (if LogActions property is True) | ||||
idx | Argument | Data Type | Attributes | Comments |
1 | description | String | Text to be written to the log |
Public Sub LogWarning(description As String) | ||||
---|---|---|---|---|
Writes a Warning to the log (if LogWarnings property is True) | ||||
idx | Argument | Data Type | Attributes | Comments |
1 | description | String | Text to be written to the log |
Copyright © HCL America, Inc. 1999, 2023. All Rights Reserved.